runtime.sysStatsAggregate.gcCyclesDone (field)

4 uses

	runtime (current package)
		metrics.go#L191: 				out.scalar = in.sysStats.gcCyclesDone - in.sysStats.gcCyclesForced
		metrics.go#L205: 				out.scalar = in.sysStats.gcCyclesDone
		metrics.go#L716: 	gcCyclesDone   uint64
		metrics.go#L727: 	a.gcCyclesDone = uint64(memstats.numgc)